home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 3 / ct-rom iiib.zip / ct-rom iiib / WINDOWS / GRAFISCH / FRACXTR5 / FRACZOOM.ZIP / README < prev   
Text File  |  1992-03-22  |  2KB  |  44 lines

  1. README of FracZoom.
  2.  
  3. FracZoom is based on the program FractFly by Josh Lannin.
  4.  
  5. Following is from FractFly's documentation:
  6.  
  7.     Program Fractal Fly-through by Josh Lannin.  Version 1.0. 12/14/90.
  8.  
  9.     Purpose: Creates a batch file which allows you to automate "flying"
  10.     into fractal landscapes.  Especially usefull for output to animation
  11.     software.
  12.  
  13.     Requires: Fractint fractal generator
  14.  
  15.     Usage: Run the program, and input the starting coordinates of the
  16.     image.  Then input the target coordinates, followed by the number of
  17.     "frames" in between the two coordinates.  The output is sent to
  18.     frabatch.bat.  Run this BAT file under your fractint directory.
  19.  
  20. The problem with FractFly was following: to know what are the starting and
  21. ending coordinates, you run fractint, write the coordinates down and give
  22. them to the FractFly (and hope you make no typos!). Since you have to
  23. generate the fractals, why not save them as picturefiles and read
  24. the coordinates from there ?
  25.  
  26. FractZoom does exactly this. FractInt saves to the picturefiles its
  27. coordinates, fractal type and lots of other stuff. You start FractZoom by
  28. giving the picturefiles names. It then asks the number of frames. Fractals
  29. don't have to be from mandelbrot set, but since parameters are not read,
  30. there can be some difficulties.
  31.  
  32. FractZoom uses GIF library of Gershon Elber, Version 1.2 (May 1991). If you
  33. like to change the FractZoom, you should get the library from somewhere.
  34. I found it from nic.funet.fi, but I think you can find it from the ftp-site
  35. (or BBS) near you. The project file for Borland C++ suppoces, that you
  36. compile the FracZoom on a directory which is sibling of GIF_LIB's LIB
  37. directory (for example the UTIL directory).
  38.  
  39. -------------------
  40. Arto V. Viitanen
  41. 3/12/1992
  42. Lempäälä, Finland
  43.  
  44.